/* Credit to http://bettermotherfuckingwebsite.com/ */
body {
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
}

.aligned {
  margin: 10px auto;
  max-width: 850px;
  line-height: 1.6;
  font-size: 18px;
  color: #444;
  padding: 10px;
}

.aligned-no-padding {
  margin: 10px auto;
  max-width: 850px;
  line-height: 1.6;
  font-size: 18px;
  color: #444;
}

a {
  color: #212121
}

a.red {
  color:red
}

h1,
h2,
h3 {
  line-height: 1.2
}

hr {
  margin: 30px auto;
  max-width: 850px;
}

footer {
  text-align: center;
  padding: 3px;
  font-size: 18px;
  color: #444;
}

fig {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.image-full-right {
  float: right;
  margin-right: 0px;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px
}

.image-rounded {
  border-style: hidden;
  border-radius: 7px;
}

.image-rotated {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg)
}

nav {
  background-image: url("/Resources/Graphics/Images/paper.jpg");
  font-weight: bold;
  background-color: lightgray;
  border-style: solid;
  width: max-content;
  margin: 10px auto;
  max-width: 850px;
  line-height: 1.6;
  font-size: 18px;
  color: #444;

}

ul.no-points {
  list-style-type: none;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center
}

ul.nav li a {
  display: block;
  padding: 14px 16px;
  text-decoration: none;
}

.centered {
  text-align: Center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box {
  display: inline-block;
}